home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / sclmom62 / go.bat < prev    next >
DOS Batch File  |  1996-01-29  |  842b  |  23 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.         **  PROGRAMS YOU MAY RUN  **
  5. ECHO.
  6. IF EXIST SM.EXE ECHO To run School-Mom type SM then press ENTER.
  7. IF EXIST CB.EXE ECHO To run Dr. Motes' Colorbook type CB then press ENTER.
  8. IF EXIST CG.EXE ECHO To run Children's Graphics type CG then press ENTER.
  9. IF EXIST CHANGE.EXE ECHO To run the School-Mom Utilities type CHANGE then press ENTER.
  10. IF EXIST EXAMCONV.EXE ECHO To run the Exam Conversion Utilities type EXAMCONV then press ENTER.
  11. IF EXIST MAKERAW.EXE ECHO To run the WAV file to RAW file conversion utility
  12. IF EXIST MAKERAW.EXE ECHO type MAKERAW a space then the name of your wave file.
  13. echo.
  14. echo.
  15. echo. 
  16. IF EXIST INSTALL.EXE GOTO RUN         
  17. goto STOP
  18. :RUN
  19. echo If this is the first time you are running this program the
  20. echo INSTALL program will start automatically.
  21. INSTALL
  22. :STOP
  23.